home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 2084 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: dispatch.news.demon.net!demon!ryker.demon.co.uk
  2. From: will@ryker.demon.co.uk (Daz Talbot)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Wordwoth 5 Arexx Commands
  5. Date: Mon, 19 Feb 1996 22:46:46 GMT
  6. Message-ID: <957.6623T1361T1382@ryker.demon.co.uk>
  7. References: <689.6622T1093T2535@ryker.demon.co.uk> <824738324.10790@digita.demon.co.uk>
  8. NNTP-Posting-Host: ryker.demon.co.uk
  9. X-NNTP-Posting-Host: ryker.demon.co.uk
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. > Regarding your problems, I suggest you check you have quotes around
  13. > the parameters for document width/height and TextFrame top/bottom
  14. > margins, e.g. `Document "12in" "4in"` for a custom page size of 12
  15. > inches by 4 inches.
  16.  
  17. > If you still have problems then tell me exactly what your ARexx script
  18. > line is.
  19.  
  20. Here is my test script.
  21.  
  22. /* test.rexx  */
  23.  
  24.  
  25. OPTIONS RESULTS
  26.  
  27. NEW
  28. portname = result
  29. ADDRESS VALUE portname
  30.  
  31. Document "12in" "6in"
  32.  
  33. This produces a page 6x9 as previously stated.  ALL values entered produce the
  34. same page size.
  35.  
  36. DRAWTEXTFRAME accepts the left and right margins ok but always sets the top
  37. and bottom ones to 0.5
  38.  
  39.  
  40.  
  41.  
  42. --
  43.                        \|/
  44.                        @ @
  45. -------------------oOO-(_)-OOo-------------------------
  46.  
  47.          Daz Talbot: will@ryker.demon.co.uk
  48.  
  49. >Mailserver: Send mail to mailserver@ryker.demon.co.uk<
  50.            with HELP in the message body.
  51. -------------------------------------------------------
  52.  
  53.